home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffyrecipe.swf / scripts / DefineButton2_320 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-09-27  |  116 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.audio.gotoAndPlay("great");
  4.    _parent.gotoAndPlay("backtostart");
  5. }
  6.